home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form HSENTRY
- BackColor = &H00808080&
- BorderStyle = 1 'Fixed Single
- Caption = "New High Score"
- ClientHeight = 4230
- ClientLeft = 2370
- ClientTop = 2280
- ClientWidth = 6795
- Height = 4635
- Left = 2310
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- ScaleHeight = 4230
- ScaleWidth = 6795
- Top = 1935
- Width = 6915
- Begin PictureBox Mh3d1
- BackColor = &H000000FF&
- Height = 1000
- Left = 0
- ScaleHeight = 975
- ScaleWidth = 975
- TabIndex = 0
- Top = 0
- Width = 1000
- Begin CommandButton Command1
- Caption = "&OK"
- Default = -1 'True
- Height = 588
- Left = 2400
- TabIndex = 1
- Top = 2304
- Width = 1164
- End
- Begin PictureBox Mh3d2
- BackColor = &H000000FF&
- Height = 1000
- Left = 0
- ScaleHeight = 975
- ScaleWidth = 975
- TabIndex = 2
- Top = 0
- Width = 1000
- Begin PictureBox WINNERNAME
- BackColor = &H000000FF&
- Height = 1000
- Left = 0
- ScaleHeight = 975
- ScaleWidth = 975
- TabIndex = 3
- Top = 0
- Width = 1000
- End
- End
- End
- Sub Command1_Click ()
- SCORE.WINNER = " " + WINNERNAME.TEXT
- SCORE.DMY = " " + Date$
- Unload HSENTRY
- End Sub
-